Auto merge of #3524 - sdroege:test-build-doc-test-check-status, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 10 Jan 2017 19:34:36 +0000 (19:34 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Jan 2017 19:34:36 +0000 (19:34 +0000)
commit6dd4ff0f5b59fff524762c4a7b65882adda713c0
tree8728877f9bdc1aba2d2463039baa951c4dde0921
parent7060ca134e0e1ff51fdaf48866cfb466499da68a
parent446486b7d4a1b0528476b10fe549568660866848
Auto merge of #3524 - sdroege:test-build-doc-test-check-status, r=alexcrichton

Check the exit code of all processes started in the build/test tests

By not checking the exit codes, a failure in the build::crate_env_vars()
test was ignored.

As suggested by @alexcrichton in https://github.com/rust-lang/cargo/pull/3515#discussion_r95253461